crypto/tls.cipherSuite.flags (field)
11 uses
	crypto/tls (current package)
		cipher_suites.go#L143: 	flags  int
		common.go#L1296: 			if c.flags&suiteECDHE != 0 {
		common.go#L1299: 			if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
		common.go#L1373: 		if c.flags&suiteECDHE == 0 {
		common.go#L1376: 		if c.flags&suiteECSign != 0 {
		common.go#L1385: 		if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
		handshake_client.go#L108: 		if maxVersion < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
		handshake_server.go#L399: 	if c.flags&suiteECDHE != 0 {
		handshake_server.go#L403: 		if c.flags&suiteECSign != 0 {
		handshake_server.go#L413: 	if hs.c.vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
		prf.go#L93: 		if suite.flags&suiteSHA384 != 0 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |